home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / snoback.arc / SNOBACK.DOC < prev    next >
Encoding:
Text File  |  1985-02-21  |  3.8 KB  |  130 lines

  1.                 SNOBACK COMMAND
  2.  
  3. Purpose:Backs up all files from a hard disk to a 
  4.     number of floppy disks or backs up a RAM 
  5.     disk (such as VDISK) to a single file on 
  6.     hard disk or floppy disk.
  7.  
  8. Format:    [d:][path]SNOBACK d: d: [/S][/Q]
  9.  
  10. Type:    External
  11.  
  12. Remarks:Specify the parameters:
  13.     
  14.     [d:][path] before SNOBACK to specify the 
  15.     drive and path that contains the SNOBACK 
  16.     command file.
  17.     
  18.     d: to specify the drive that you wish to 
  19.     back up (source).
  20.     
  21.     d: to specify the drive that will receive 
  22.     the information to be backed up 
  23.     (destination).  If the /S switch is used, 
  24.     this parameter specifies the lower of two 
  25.     drives to be used for the destination.
  26.     
  27.     /S to cause the destination drive to be 
  28.     swapped between the drive specified above 
  29.     and the next higher drive.  This allows 
  30.     you to place a disk in the unused drive 
  31.     while the routine is writing information 
  32.     on the other drive.  This switch also 
  33.     allows you to answer the "mount" prompt 
  34.     before it is given (type-ahead).
  35.     
  36.     /Q to cause all prompts which require 
  37.     your response to be bypassed (quiet).  
  38.     This allows the SNOBACK command to be 
  39.     placed in a batch file for automatic 
  40.     backup of RAM disks.
  41.  
  42.  
  43.  
  44.  
  45.            SNOBACK COMMAND (page 2)
  46.  
  47. Notes:    SNOBACK backs up all used allocation 
  48.     units on the source disk.  The backup 
  49.     made is a complete backup of all files in 
  50.     all directories of the disk.  No 
  51.     individual files may be named, since 
  52.     SNOBACK obtains its speed by not 
  53.     accessing each directory seperately.
  54.  
  55.     It is important that CHKDSK be run with 
  56.     the /F switch before runnint SNOBACK.  
  57.     This insures that the table which DOS 
  58.     uses to mark used allocation units is 
  59.     correct before the backup is made.
  60.     
  61.     If the destination is floppy disks, you 
  62.     may wish to set VERIFY to ON so that DOS 
  63.     will verify the information written to 
  64.     the floppy for readability.  This greatly 
  65.     increases the reliability of the 
  66.     information written to the floppy disk 
  67.     but also increases the time needed to 
  68.     take the backup.  (This same 
  69.     recommendation applies to using the DOS 
  70.     BACKUP command).  Don't forget to set 
  71.     VERIFY to OFF when done taking the backup 
  72.     to prevent slower operation of your hard 
  73.     disk.
  74.  
  75.     Destination disks must be pre-formatted 
  76.     before being used.  SNOBACK will place a 
  77.     file on these disks called SBACKUP.###, 
  78.     where ### is the number (beginning with 
  79.     001) of the disk.  If any file already 
  80.     exists on the destination disk with the 
  81.     name SBACKUP (with any extension), that 
  82.     file will first be erased.
  83.     
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.            SNOBACK COMMAND (page 3)
  91.  
  92.     If you are backing up a RAM disk, the 
  93.     destination may of course be a hard disk. 
  94.     In this case, the SBACKUP.### file will 
  95.     be created in the current directory of 
  96.     the hard disk.
  97.     
  98.     The backup copy of the disk includes 
  99.     information used by DOS to indicate the 
  100.     size and formatting parameters of the 
  101.     disk.  This means that when restoring the 
  102.     information, care must be taken to insure 
  103.     that the disk to receive the restored 
  104.     copy MUST be formatted exactly as it was 
  105.     when SNOBACK was used to backup the 
  106.     information.  Also, the partition size of 
  107.     a hard disk (as created by FDISK) must be 
  108.     the same.
  109.     
  110. Example:The following example backs up all files 
  111.     from the fixed disk drive C to diskettes 
  112.     in drive A:
  113.     
  114.     A>snoback c: a:
  115.     
  116.     If your system had two diskette drives, 
  117.     you would use the following command:
  118.     
  119.     A>snoback c: a:/s
  120.     
  121.     The following example backs up all files 
  122.     in a RAM disk configured as drive D to 
  123.     the file SBACKUP.001 on the current 
  124.     directory of the fixed disk in drive C.  
  125.     The /q switch is used to suppress the 
  126.     mount messages:
  127.     
  128.     A>snoback d: c:/q
  129.     
  130.